home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
src
/
WWW
/
Library
/
Implementation
/
HTGopher.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-09
|
444 b
|
26 lines
/* */
/* GOPHER ACCESS HTGopher.h
** =============
**
** History:
** 8 Jan 92 Adapted from HTTP TBL
*/
#ifndef HTGOPHER_H
#define HTGOPHER_H
#include "HTAccess.h"
#include "HTAnchor.h"
/* extern int HTLoadGopher PARAMS((const char *arg,
HTParentAnchor * anAnchor,
int diag));
*/
extern HTProtocol HTGopher;
#endif /* HTGOPHER_H */
/*
*/